Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NMap<TKey,TValue> Class
Fields Properties Methods


In This Topic
    NMap<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by NMap<TKey,TValue>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of key-value pairs that are contained in this map  
    Public PropertyIndexed accessor  
    Public PropertyGets a view of the keys contained in this map  
    Public PropertyGets a view of the values contained in this map  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists.  
    Public MethodRemoves all entries from the map.  
    Public MethodOverloaded. Queries whether this map contains a value for the specified key  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodGets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist.  
    Public MethodGets a key-value pair iterator  
    Public Method  
    Public MethodOverloaded. Removes the key-value pair that has the specified key from the map.  
    Public MethodSets the value for the specified key. If key-value association already exists, the value is replaced.  
    Public MethodConverts this set to an array.  
    Public MethodTries to get the value for the specified key.  
    Top
    See Also